home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 124 / cd-rom 124.iso / edu / tuxmath / tuxmathscrabble / asymptopia / Maneuvers.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2003-11-16  |  2.6 KB  |  54 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.2)
  3.  
  4. '''
  5. /***************************************************************************
  6.  
  7. \tAuthor \t\t\t:Charles B. Cosse 
  8. \t
  9. \tEmail\t\t\t:ccosse@asymptopia.com
  10. \t\t\t\t\t
  11. \t\t\t\t\t
  12. \tCopyright\t\t:(C) 2002,2003 Asymptopia Software.
  13. \t
  14.  ***************************************************************************/
  15. /***************************************************************************
  16. \t\t\t\t\t
  17. \t\t\t\t\tManeuvers.py
  18. \t\t\t\t\t
  19. \t
  20.  ***************************************************************************/
  21.  
  22. /***************************************************************************
  23.  *                                                                         *
  24.  *   This program is free software; you can redistribute it and/or modify  *
  25.  *   it under the terms of the GNU General Public License as published by  *
  26.  *   the Free Software Foundation; either version 2 of the License, or     *
  27.  *   (at your option) any later version. (Please note that if you use this *
  28.  *   code you must give credit by including the Author and Copyright       *
  29.  *   info at the top of this file).                                        *
  30.  ***************************************************************************/
  31.  
  32. '''
  33.  
  34. class Maneuvers:
  35.     
  36.     def __init__(self):
  37.         self.sequences = { }
  38.         self.maneuvers = { }
  39.  
  40.     
  41.     def getSequencesPyld(self):
  42.         return self.sequences
  43.  
  44.     
  45.     def getManeuversPyld(self):
  46.         return self.maneuvers
  47.  
  48.     
  49.     def getManeuverNames(self):
  50.         maneuver_names = []
  51.         return maneuver_names
  52.  
  53.  
  54.